home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8206
/
8206.xpi
/
content
/
rss
/
rss.data.item.js
< prev
next >
Wrap
Text File
|
2010-02-02
|
3KB
|
116 lines
WiseStampRSSDataItem.prototype = new Object();
WiseStampRSSDataItem.prototype.getTitle = WiseStampRSSDataItem_getTitle;
WiseStampRSSDataItem.prototype.getLink = WiseStampRSSDataItem_getLink;
WiseStampRSSDataItem.prototype.getDescription = WiseStampRSSDataItem_getDescription;
WiseStampRSSDataItem.prototype.getAuthor = WiseStampRSSDataItem_getAuthor;
WiseStampRSSDataItem.prototype.getCategory = WiseStampRSSDataItem_getCategory;
WiseStampRSSDataItem.prototype.getComments = WiseStampRSSDataItem_getComments;
WiseStampRSSDataItem.prototype.getEnclosure = WiseStampRSSDataItem_getEnclosure;
WiseStampRSSDataItem.prototype.getGuid = WiseStampRSSDataItem_getGuid;
WiseStampRSSDataItem.prototype.getPubDate = WiseStampRSSDataItem_getPubDate;
WiseStampRSSDataItem.prototype.getSource = WiseStampRSSDataItem_getSource;
WiseStampRSSDataItem.prototype.setTitle = WiseStampRSSDataItem_setTitle;
WiseStampRSSDataItem.prototype.setLink = WiseStampRSSDataItem_setLink;
WiseStampRSSDataItem.prototype.setDescription = WiseStampRSSDataItem_setDescription;
WiseStampRSSDataItem.prototype.setAuthor = WiseStampRSSDataItem_setAuthor;
WiseStampRSSDataItem.prototype.setCategory = WiseStampRSSDataItem_setCategory;
WiseStampRSSDataItem.prototype.setComments = WiseStampRSSDataItem_setComments;
WiseStampRSSDataItem.prototype.setEnclosure = WiseStampRSSDataItem_setEnclosure;
WiseStampRSSDataItem.prototype.setGuid = WiseStampRSSDataItem_setGuid;
WiseStampRSSDataItem.prototype.setPubDate = WiseStampRSSDataItem_setPubDate;
WiseStampRSSDataItem.prototype.setSource = WiseStampRSSDataItem_setSource;
function WiseStampRSSDataItem() {
this.setTitle(null);
this.setLink(null);
this.setDescription(null);
this.setAuthor(null);
this.setCategory(null);
this.setComments(null);
this.setEnclosure(null);
this.setGuid(null);
this.setPubDate(null);
this.setSource(null);
}
function WiseStampRSSDataItem_getTitle() {
return this._title;
}
function WiseStampRSSDataItem_getLink() {
return this._link;
}
function WiseStampRSSDataItem_getDescription() {
return this._description;
}
function WiseStampRSSDataItem_getAuthor() {
return this._author;
}
function WiseStampRSSDataItem_getCategory() {
return this._category;
}
function WiseStampRSSDataItem_getComments() {
return this._comments;
}
function WiseStampRSSDataItem_getEnclosure() {
return this._enclosure;
}
function WiseStampRSSDataItem_getGuid() {
return this._guid;
}
function WiseStampRSSDataItem_getPubDate() {
return this._pubDate;
}
function WiseStampRSSDataItem_getSource() {
return this._source;
}
function WiseStampRSSDataItem_setTitle(value) {
this._title = value;
}
function WiseStampRSSDataItem_setLink(value) {
this._link = value;
}
function WiseStampRSSDataItem_setDescription(value) {
this._description = value;
}
function WiseStampRSSDataItem_setAuthor(value) {
this._author = value;
}
function WiseStampRSSDataItem_setCategory(value) {
this._category = value;
}
function WiseStampRSSDataItem_setComments(value) {
this._comments = value;
}
function WiseStampRSSDataItem_setEnclosure(value) {
this._enclosure = value;
}
function WiseStampRSSDataItem_setGuid(value) {
this._guid = value;
}
function WiseStampRSSDataItem_setPubDate(value) {
this._pubDate = value;
}
function WiseStampRSSDataItem_setSource(value) {
this._source = value;
}